zlMath v1.0
8/20/1999

Kashan A. Shaikh
kshaikh@vt.edu
http://www.angelfire.com/ri/kshaikh/

FEATURES:
 -Input a number

--> History <--
version 1.0 -- 8/20/1999
		-version 	-->(LIB0)
		-numeric 	-->(LIB1)
		-op1_to_de	-->(LIB2)
		-de_to_op1	-->(LIB3)


(LIB4-LIBf unused)
------------------

**LIB0: version
Input:  nothing
Output: h=major, l=minor
(registers destroyed): hl

**LIB1: numeric
Input: a = max number of digits (up to 14)
Output: op1 = number
	a = # digits entered
(registers destroyed): a,bc,de,hl,ix

**LIB2: op1_to_de
Input: op1 = a number
       de = pointer to memory address (11 bytes)
Output: op1 copied to memory address
(registers destroyed): bc,de,hl

**LIB3: de_to_op1
Input: de = pointer to memory address (11 bytes)
Output: op1 = floating point number previously stored at that address
(registers destroyed): bc,de,hl

-----Please see the source for info on how numbers are stored in the OPX area.

Kashan A.Shaikh
kshaikh@vt.edu
http://www.angelfire.com/ri/kshaikh/